Skip to content

A workaround to provide all properties on final class#670

Closed
camlafit wants to merge 1464 commits intoLuracast:masterfrom
Webelys:issue-669
Closed

A workaround to provide all properties on final class#670
camlafit wants to merge 1464 commits intoLuracast:masterfrom
Webelys:issue-669

Conversation

@camlafit
Copy link
Copy Markdown
Contributor

  • Search parent class and apply children element to final model

Note : Should be managed by subTypes properties but actual code don't allow to propagate other object/property

related to #669

Arul- added 30 commits August 4, 2015 21:55
…s->restler->responseCode` from the api method.
…ormative exception when file info extension is missing
For example

/**
 * {@id form1}
 *
 * @param string $name
 * @param int $age
*/

Generates the following form

    <form role="form" id="form1" method="POST" ...

because the emmet template has id in it (see below)

    form[role=form id=$id# name=$name# method=$method# action=$action# enctype=$enctype#]
… html attributes (for example id, accept etc) easily
… its properties with @Class comment

Example:-  `@class Validator {@holdException}` makes the validator to hold the exceptions instead of throwing
…s to install them individually when they need them
…ide the exposed properties of custom class parameters
Arul- and others added 24 commits June 3, 2021 23:01
Adding a way to support future development of the project
… php that executed composer to execute the scripts as well
…ng the example classes and sets the timeout to 0 for running the server without timeout
* Follow documentation provided at https://swagger.io/docs/specification/describing-responses/
* Override default value "Succes" when a description is provided in phpdoc ```@return```
* solve Luracast#565
* Use same naming about description, in both case it's same content type
Override response description on swagger content
Make form_key/csrf token regeneration configurable.
@camlafit camlafit changed the title A workaround to provide all property on final class A workaround to provide all properties on final class Aug 30, 2021
* Search parent class and apply children element to final model

Note : Should be managed by subTypes properties but actual code don't allow to propagate other object/property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.